Configurates
C1.Web.Mvc.ChartAxis<T>.Labels. Sets a value indicating whether axis labels are visible.
Syntax
'Declaration
Public Function Labels( _
ByVal As Boolean _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> Labels(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also